CHECKLIST VALUE D

This command will return value D from the specified item number in the checklist after a PERFORM CHECKLIST command has been performed.

  Syntax
Return Integer=CHECKLIST VALUE D(Integer Value)
  Parameters
Integer Value
Integer
This value is an integer number such as 1.

  Returns

Will return value d from the specified item number

  Description

The item number should be an integer value.

  Example Code
rem Screen Management
cls
print "DISPLAY MODES"
print
perform checklist for display modes
for c=1 to checklist quantity()
width=checklist value a(c)
height=checklist value b(c)
depth=checklist value c(c)
nodata=checklist value d(c)
print "found:";checklist string$(c)
next c
set display mode width, height, depth
if check display mode(width, height, depth)=1
print "using:";width;" ";height;" ";depth
endif
do
loop
end
  See also

SYSTEM Commands Menu
Index